Salesforce UX API icon

Salesforce UX API

(0 reviews)

TMF-639 DELETE Delete Device (Akamai)

CASE 1 Unitary Test

Delete Device in Akamai system

URL
http://[host]:[port]/sfdc-ux/v1/{businessId}/resource
url Param
nametypedescriptionrequired
businessIdstring2 letter ISO 3166 country code (TT, BB, JM, PA, etc.) identifying the business unit.Y
idstringIMEI Number of the DeviceY
nametypedescriptionrequired
client_idstringThe client_id identifying the channel. Minimum characters: 5Y
client_secretstringPassword associated with the client_id. Minimum characters: 5Y
X-Correlation-IDstringIdentifier that correlates HTTP request between a client and server.
Any identification model (UUDI, checksum, etc.) can be used, as long as it is a unique value to differentiate a transaction.
Y
operationstringDescribes type of operation. In this case "deviceAkamai"Y
X-Asavie-Account-IdstringId of the account to operate inY
cURL request
curl --location --request DELETE 'https://nonprod.esb.cloud.lla.com/dev/sfdc-ux/sfdc-ux/v1/PR/resource/554566' \
--header 'X-Correlation-Id: test1234' \
--header 'client_id: abcde' \
--header 'client_secret: 12345' \
--header 'operation: deviceAkamai' \
--header 'X-Asavie-Account-Id: sdf-sdf-sdf-sdf544'
Response - 204

Reviews